home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 289 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: winternet.com!news
  2. From: jskline@winternet.com (Jeff Kline)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: [Q]Borland C++ Command-Line Compile
  5. Date: Thu, 04 Jan 1996 03:24:08 GMT
  6. Organization: StarNet Communications, Inc
  7. Message-ID: <4cfh8t$ccc@blackice.winternet.com>
  8. References: <4bktsd$1g5@nuscc.nus.sg>
  9. NNTP-Posting-Host: ppp-66-66.dialup.winternet.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. chngchi1@iscs.nus.sg (Benedict CHNG) wrote:
  13.  
  14. >After creating an application using the AppExpert in Borland C++ 4.5, I 
  15. >compile my program using Build All but it takes more than 20 minutes on 
  16. >my machine! I think all this is due to extensive swappings to my harddisk.
  17.  
  18. >So I've decided to use the command-line compiler BCC.EXE but how do I do 
  19. >it - I mean what are all the parameters that I'll have to key in?
  20.  
  21. >Also, how come the generated code is so big (almost 1.5 Megs in size)?
  22.  
  23. >Ben
  24.  
  25. Ben;
  26. Are you a legal owner of BC? The instructions are right there in your
  27. user guide. Did you create a proper project file and the swapping may
  28. be a badly fragmented and possibly full disk. Also, what debug options
  29. have you turned on? Have you told it to use the proper lib's for the
  30. memory model? Is it optimizing properly and removing any dead code?
  31. All this stuff is in the user manual. You'll get the most help there
  32. and find out some stuff possibly you didn't know about that superior
  33. compiler and development platform. I prefer it over MSC 7 myself as
  34. I've found MSC's resulting code sizes and execution speed are bad in
  35. comparison.
  36.  
  37.  
  38.  
  39.